-
Notifications
You must be signed in to change notification settings - Fork 3k
Skip the unstable SYNCHRONOUS_DNS_CACHE testcase #8171
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@KariHaapalehto or @VeijoPesonen please review. |
TESTS/netsocket/dns/main.cpp
Outdated
@@ -178,7 +178,8 @@ Case cases[] = { | |||
#endif | |||
Case("SYNCHRONOUS_DNS", SYNCHRONOUS_DNS), | |||
Case("SYNCHRONOUS_DNS_MULTIPLE", SYNCHRONOUS_DNS_MULTIPLE), | |||
#ifdef MBED_EXTENDED_TESTS | |||
#if 0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why not completely remove it? If we need to refer to it later, it's in the git history.
As noted above, it would be better to have unstable test completely removed but with tracking issue to fix it. Rather than #if 0 (that should not be left in the code). |
Will be reverted once the test case is fixed
d11b0a5
to
558b579
Compare
/morph build |
Build : SUCCESSBuild number : 3114 Triggering tests/morph test |
Exporter Build : SUCCESSBuild number : 2721 |
Test : SUCCESSBuild number : 2907 |
Description
Skip the unstable SYNCHRONOUS_DNS_CACHE testcase
Pull request type